home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Comms / NET_Mac folder / version.c(2.3.46) < prev   
Encoding:
Text File  |  1994-11-13  |  81.6 KB  |  1,411 lines  |  [TEXT/KAHL]

  1. /* version control information */
  2. #include "global.h"
  3. #include "config.h"
  4.  
  5. char version[] = "NET/Mac 2.3.46";
  6.  
  7. /*
  8.  * What this application is intended for:
  9.  * ======================================
  10.  * NET/Mac is an application, that has been created for ham-radio operators.
  11.  * It can be used to hook up a Macintosh to the amateur-radio 'packet-radio'
  12.  * wireless network. NET/Mac supports the TCP/IP protocol.
  13.  * To use NET/Mac you need:
  14.  * a) a ham-radio license
  15.  * b) a transceiver connected to an antenna
  16.  * c) a TNC that supports the KISS protocol
  17.  * d) a Macintosh 512 or newer
  18.  *
  19.  * History
  20.  * =======
  21.  * The application NET/Mac, was ported (from Phil Karn's NET) to the Mac
  22.  * by Dewayne WA8DZP.
  23.  *
  24.  * This release is based on Dewayne's NET/Mac 2.0 and contains all mods of
  25.  * the newer NET/Mac 2.2. Both NET/Mac 2.0 and 2.2 were released by Dewayne
  26.  * Hendricks and Doug Thom. Since some time I have been making mods (bug-
  27.  * fixes and enhancements) to their NET/Mac, and have always sent them these
  28.  * mods. Now that they are working on a new application, that will support
  29.  * high speed networks and will also support AppleTalk over that network,
  30.  * they have given me permission to distribute their NET/Mac with my mods
  31.  * installed.
  32.  * 
  33.  * I hope you'll like the work I have done so far, and I will try to keep
  34.  * 'upgrading' this application as much as possible. Don't bother Dewayne
  35.  * or Doug in case you have problems or questions. Don't hesitate to call
  36.  * me if any help is needed. I will try to be as helpful as I can. If you
  37.  * want to become member of a 'NET/Mac distributionlist' (I myself prefer
  38.  * internet for sending out newer versions...) then please leave me a note.
  39.  * I may start sending out UpdateMaker documents that will allow you to
  40.  * update NET/Mac to a newer version as soon as one has become available.
  41.  * 
  42.  * I'd like to thank Dewayne and Doug for the sources they gave me to work
  43.  * on and Joe AF2J for already sending me a number of mods.
  44.  * 
  45.  *                                                Adam van Gaalen, PA2AGA.
  46.  *                                                
  47.  * 
  48.  * My mail addresses are:  internet: pa2aga@iag.tno.nl    (for letters only!)
  49.  *                               or: adam@iag.tno.nl      (for files/letters)
  50.  *                       ham tcp/ip: pa2aga@pa2aga
  51.  *                          ham BBS: pa2aga@pi8vnw.#zh2.nld.eu
  52.  */
  53.  
  54.  
  55. /* Modifications I made so far: + = installed some time ago
  56.  *                              # = installed in version #
  57.  *                              #R= installed in Release 2.3.#
  58.  *
  59.  *  File           Modification
  60.  *  ----           ------------
  61. 58  arpcmd.c       Make syntax of error- and usage-messages more consistent
  62. 59                 Make syntax of error- and usage-messages more consistent
  63. 60                 Make syntax of error- and usage-messages more consistent
  64. 73                 Implement fixes for more 'Real-Time processing'
  65.  +  arpdump.c      Support 'trace <interface> <bits> [filename]'
  66. 73  arp.c          Implement fixes for more 'Real-Time processing'
  67. 14R                Mods for new AppleTalk drivers,including FastPath/GatorBox support
  68. 50  ax25.c         Taken from V2.2
  69. 78                 Make sure pullup() gets called with the right parametertype
  70. 12R                Add the name of the interface to output of 'ax25 heard' command
  71. 14R                Check the result of the time() function
  72. 16R                Correct #include for unix.h
  73.  +  ax25cmd.c      Tailor 'ax25 heard' output
  74.  +                 Mods for UPLOAD command
  75. 42                 Do flowcontrol for incoming lines and those typed
  76. 31                 Force 'Connected' message to AX.25-window
  77. 46                 Do extended logging
  78. 48                 Incoming sessions draw more attention than incoming mail
  79. 58                 Make syntax of error- and usage-messages more consistent
  80. 59                 Make syntax of error- and usage-messages more consistent
  81. 60                 Save some space by moving some strings to 1 variable
  82. 67                 Cursors should appear only if typing in a window is allowed
  83. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  84. 72                 Change code so that it becomes more ANSI-like
  85. 73                 Update ax.25 window when state changes
  86. 73                 Implement fixes for more 'Real-Time processing'
  87. 78                 Update ax.25 window when state changes (1st mod was not enough)
  88. 10R                Force window-updates only if NET/Mac is not suspended
  89. 12R                Add the name of the interface to output of 'ax25 heard' command
  90. 15R                Return resultcode 0 if all was OK
  91. 16R                Correct #include for unix.h
  92. 19R                Mods for correctly displaying the systemprompt
  93. 34R                Print number of ignored bad-header-frames
  94. 44R                Save some space in 'ax heard' output
  95.  +  ax25dump.c     Support 'trace <interface> <bits> [filename]'
  96. 52                 Support 'traceonly [all|callsign]'
  97. 78                 Make sure pullup() gets called with the right parametertype
  98. 50  ax25subr.c     Taken from V2.2
  99. 78                 Make sure pullup() gets called with the right parametertype
  100. 29R                Implemented 'ignorebadheaders [on|off]' command
  101. 30R                Some more mods for 'ignorebadheaders [on|off]' command
  102. 33R                Some more mods for 'ignorebadheaders [on|off]' command
  103. 34R                Some more mods for 'ignorebadheaders [on|off]' command
  104. 45R                Enhance the test for bad AX.25 headers
  105.  +  ax_mbx.c       Do not include '.bbs' in from-field of mbox-message
  106.  +                 Fix bug in 'mbox' output
  107. 21                 Enhance test for control-z (for those that send cr + lf)
  108. 38     removed..   Make sure mailfiles are sent 'first in first out'
  109. 46                 Do extended logging
  110. 47                 Retransmit menu when an errormessage was sent out
  111. 58                 Make syntax of error- and usage-messages more consistent
  112. 59                 Make syntax of error- and usage-messages more consistent
  113. 60                 Make syntax of error- and usage-messages more consistent
  114. 73                 Notify users in case their LFADD is ON in their AX25 TNC
  115. 78                 Make sure pullup() gets called with the right parametertype
  116. 14R                Check the result of the time() function
  117. 18R                tmpfile() should  be tmpfile(0) or mbox mail will never be deleted
  118. 27R                Say goodbye when the user issued the B)ye command
  119. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  120. 58  cmdparse.c     Force Usage:-messages to correct window
  121. 22R                Force Usage:-messages to correct window
  122. 26R croft.c        Added some comments to the sourcecode
  123. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  124. 23R files.c        Define the 'universal' temp file and dynamic alias file
  125. 23R                Remove definitions for bm.rc, they're not needed
  126. 32R                Correct strange behaviour of consolecommands pwd, cd and dir
  127. 55  fingcli.c      Log outgoing finger-session
  128. 58                 Make syntax of error- and usage-messages more consistent
  129. 60                 Save some space by moving some strings to 1 variable
  130. 67                 Cursors should appear only if typing in a window is allowed
  131. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  132. 21R                Log reason for closing a session in case of networkproblems
  133. 41R                Allow recording of finger-sessions to a file
  134. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  135. 41R finger.h       Allow recording of finger-sessions to a file
  136. 24  fingserv.c     Callsign instead of ip-number in 'being fingered' message
  137. 48                 Incoming sessions draw more attention than incoming mail
  138. 55                 Log closing of finger-session
  139. 65                 Allow any user (username * and password * in ftpusers)
  140. 78                 Make sure pullup() gets called with the right parametertype
  141. 15R                Return resultcode 0 if all was OK
  142. 19R                Mods for correctly displaying the systemprompt
  143. 19R                Finger-files no longer need a .txt extension
  144. 78  ftp.c          Make sure pullup() gets called with the right parametertype
  145. 14R ftp.h          Implemented mods for password blanking
  146. 55  ftpcli.c       Log outgoing ftp-session
  147. 58                 Force Usage:-message to correct window
  148. 58                 Make syntax of error- and usage-messages more consistent
  149. 59                 Don't ring a bell when alerts is set to 0 bells
  150. 59                 Make syntax of error- and usage-messages more consistent
  151. 60                 Make syntax of error- and usage-messages more consistent
  152. 60                 Save some space by moving some strings to 1 variable
  153. 67                 Cursors should appear only if typing in a window is allowed
  154. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  155. 73                 Update ftp window when state changes
  156. 10R                Force window-updates only if NET/Mac is not suspended
  157. 14R                Implemented mods for password blanking
  158. 15R                Mods for Password-blanking
  159. 15R                Return resultcode 0 if all was OK
  160. 21R                Log reason for closing a session in case of networkproblems
  161. 41R                Mods to prompt for username and password
  162. 42R                Fix for mods that prompt for username and password
  163. 43R                Fix for mods that prompt for username and password
  164. 78  ftpserv.c      Make sure pullup() gets called with the right parametertype
  165. 82                 Eventually supply 'ftpusers' with the right Icon
  166. 09R                Do the Icon-change based on the new 'netmacicons' command
  167. 14R                Check the result of the time() function
  168. 15R                Return resultcode 0 if all was OK
  169. 19R                FTP-users can no longer do a 'cd' to a file
  170. 23R                For incoming FTP-sessions send out FTEXT1 and FTEXT2
  171. 24R                Fix bug that crashed NET/Mac when receiving a 'cd ..'
  172. 25R                'cd ..' is the same as 'cd ::' now
  173. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  174. 29R                Shorten the FTP welcome message.. it's nicer now (I hope)...
  175.  +  heard.h        Tailor 'ax25 heard' output
  176. 12R                Add the name of the interface to output of 'ax25 heard' command
  177. 42R icmp.c         Support 'rdate' command
  178. 43R                Some minor mods for the 'rdate' command
  179.  +  icmpcmd.c      Add callsign to 'ping' output
  180. 73                 Implement fixes for more 'Real-Time processing'
  181. 19R                Mods for correctly displaying the systemprompt
  182. 19R                Make syntax of error- and usage-messages more consistent
  183. 27R                Allow 'reset' to be the 2nd parameter of a 'ping' command
  184. 42R                Support 'rdate' command
  185. 43R                Some minor mods for the 'rdate' command
  186. 46R                Support 'adjustclock' command
  187.  +  icmpdump.c     Support 'trace <interface> <bits> [filename]'
  188. 60  iface.c        Save some space by moving some strings to 1 variable
  189. 72                 Change code so that it becomes more ANSI-like
  190.  +  ipcmd.c        Tailor 'route' output
  191.  +                 Add 'route expanded' command to see callsigns (not IP-#'s)
  192. 50                 Tailor 'ip heard' output. Stolen from V2.2
  193. 57                 Tailor 'route expanded' output
  194. 58                 Make syntax of error- and usage-messages more consistent
  195. 59                 Make syntax of error- and usage-messages more consistent
  196. 60                 Make syntax of error- and usage-messages more consistent
  197. 60                 Save some space by moving some strings to 1 variable
  198. 72                 Change code so that it becomes more ANSI-like
  199. 73                 Implement fixes for more 'Real-Time processing'
  200. 86                 No need for \r before printing \n
  201. 41R                Truncate hostnames that are too long to be printed
  202.  +  ipdump.c       Support 'trace <interface> <bits> [filename]'
  203. 14R                Check the result of the time() function
  204. 63  ipheard.h      Reduce ip-heard space to 22 (was 100)
  205.  +  iproute.c      Mods for reboot-problem
  206. 56                 Make sourcefile easier to read (0l -> 0L)
  207. 44R                Removed some #ifdef's and #endif's
  208. 73  ip.c           Implement fixes for more 'Real-Time processing'
  209. 78                 Make sure pullup() gets called with the right parametertype
  210. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  211. 26R kip.h          Some opcodes were defined to be int, changed those to long
  212. 63  kiss.c         Allow like 'param ax0 KISS ON' on KISS-lines
  213. 64                 Allow controlcharacters (^a, ^b etc.) to be sent to a TNC
  214. 64                 Add stuff for Kantronics KPC-4
  215. 66                 Redo of some tricky programming
  216. 86                 Enhance ^<char> to control-character conversion
  217. 86                 No need for \r before printing \n
  218. 64  kpc.c          Add stuff for Kantronics KPC-4 (new sourcefile)
  219. 22R                Prepare source for compilation under Think C 4.0
  220. 78  lapb.c         Make sure pullup() gets called with the right parametertype
  221. 21R                Fix a minor AX.25 protocol error
  222. 22R                Fix a minor AX.25 protocol error
  223. 23R                Fix an error in these 'AX.25 protocol error' mods
  224. 22R lapb.h         Fix a minor AX.25 protocol error
  225.  +  mac_about.c    Correct #include to make the filename case-insensitive
  226. 00R                Change versionnumber to 2.3.0
  227. 05R                Change copyright notice
  228. 27R                Change copyright notice
  229. 37R                Change copyright notice
  230. 37R                Add info about Text Capture FKEY
  231.  +  mac_at.c       Don't '#include trace.h' twice
  232. 59                 Make syntax of error- and usage-messages more consistent
  233. 61                 Make syntax of error- and usage-messages more consistent
  234. 70                 Use new AppleTalk stuff
  235. 78                 Make sure pullup() gets called with the right parametertype
  236. 14R                New AppleTalk drivers,including FastPath/GatorBox support
  237. 14R                Fix bug that drove RIP crazy
  238. 18R                Remove 'applestat' command
  239. 23R                Terminate errormessage with a newline
  240. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  241. 44R                Inform us about a gateway if one is present indeed
  242. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  243.  +  mac_at.h       Correct #include to make the filename case-insensitive
  244. 70                 Use new AppleTalk stuff
  245.  +  mac_atdump.c   Correct #include to make the filename case-insensitive
  246.  +                 Support 'trace <interface> <bits> [filename]'
  247. 56                 'at_dump()' is called with 2 parameters, but has only 1
  248. 14R                Implemented some fixes for the new AppleTalk drivers
  249. 73  mac_autoexec   Added code to update the autoexec.net file
  250. 09R                Do the Icon-change based on the new 'netmacicons' command
  251. 11R                Don't update the autoexec.net of a 512K Mac
  252. 23R                Do the Icon-change based on the 'netmacicons' command
  253. 23R                Do some more errorchecking
  254. 23R                Use the 'universal' temp file
  255. 21  mac_avail.c    Returns available disk-space in ftp 'dir' command
  256. 40                 Correct free-space info for large disks
  257. 41                 Enhance free-space info for large amounts of free space
  258. 21R                Fix for 512K Macs
  259. 22R                Fix for old 512K Macs
  260. 58  mac_bcncmd.c   Make syntax of error- and usage-messages more consistent
  261. 59                 Make syntax of error- and usage-messages more consistent
  262. 60                 Make syntax of error- and usage-messages more consistent
  263. 60                 Save some space by moving some strings to 1 variable
  264. 72                 Change code so that it becomes more ANSI-like
  265. 73                 Implement fixes for more 'Real-Time processing'
  266. 19R mac_binsubs.c  Fixes for not properly closing MacBinary-files after ftp
  267.  +  mac_callbka.c  Tailor callbook layout (European people don't have zip's)
  268. 14R                Check the result of the time() function
  269. 15R                Updated by WA8DZP for new Buckmaster CD
  270. 16R                Support for encoded international database
  271. 17R                Fix programming error that caused 1-character suffix to fail
  272. 18R                Make sure licenses don't look like expired ones
  273. 18R                The log should read AX25, not TCP/IP
  274.  +  mac_callbk.c   Tailor callbook layout (European people don't have zip's)
  275. 14R                Check the result of the time() function
  276. 15R                Updated by WA8DZP for new Buckmaster CD
  277. 16R                Support for encoded international database
  278. 17R                Fix programming error that caused 1-character suffix to fail
  279. 18R                Make sure licenses don't look like expired ones
  280. 18R                Log hostnames, not ip-numbers
  281. 23R                Add the missing linefeed behind the mail-address line
  282. 21  mac_files.c    Add info about free disk space to ftp 'dir' command
  283. 59                 Make syntax of error- and usage-messages more consistent
  284. 12R                Fix pathnames for old Mac512
  285. 12R                Show times in UTC when displaying a directory
  286. 19R                Finger-files no longer need a .txt extension
  287. 21R                More fixes for old 512K Macs
  288. 22R                More fixes for old 512K Macs
  289. 23R                More fixes for old 512K Macs
  290. 23R                Remove definitions for bm.rc, they're not needed
  291. 23R mac_files.h    Define the 'universal' temp file and dynamic alias file
  292. 23R                Remove definitions for bm.rc, they're not needed
  293. 77  mac_fopenw.h   Define width of scrollbars
  294. 04R mac_gestalt.c  Prepare sources for Gestalt()
  295. 05R                Assembler code for Gestalt()... Thanks Ivo!
  296. 09R                Gestalt will no longer be compiled in the 512K version
  297. 09R                Fixes for AddResMenu() bug in System 7.1
  298. 10R                Fixes for Mac LC II under System 7.0.1
  299. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  300.  +  mac_help.c     Correct #includes to make the filename case-insensitive
  301. 09R                Fixes for AddResMenu() bug in System 7.1
  302. 21R                Force arrow-cursor when the HELP-window is active
  303. 22R                Don't force an arrow-cursor on a Mac512
  304. 36R                Fixes for AddResMenu() bug in System 7.1.1
  305. 41R                Fixes for AddResMenu() bug in System 7.5
  306. 63  mac_io.c       Allow like 'param sl0 ATDT<phonenumber' on slip-lines
  307. 74                 Although 'unsupported', support 38400 bps
  308. 86                 No need for \r before printing \n
  309. 18R                Flush the disk-cache before performing clr_tmpfiles()
  310. 18R                Keep files that could not be deleted in the RemoveIt list
  311. 28R                Prepare sources for support of 4-port serial card
  312. 29R                Allow more than just one Hurdler serial card
  313. 32R                Flush the disk-cache before Q)uit
  314. 32R                Don't send a <RETURN> before the Hayes command: +++
  315. 58  mac_isescmd.c  Make syntax of error- and usage-messages more consistent
  316. 59                 Make syntax of error- and usage-messages more consistent
  317. 60                 Make syntax of error- and usage-messages more consistent
  318. 73                 Implement fixes for more 'Real-Time processing'
  319. 15R                Return resultcode 0 if all was OK
  320. 73  mac_ises.c     Implement fixes for more 'Real-Time processing'
  321. 08R mac_mactype.c  Move Mactypes to a different segment, so we can unload it
  322. 09R                Gestalt will no longer be used in the 512K version
  323. 10R                Fixes for Mac LC II under System 7.0.1 and more
  324. 11R                Don't compile this for an old Mac 512
  325. xxR                Added more machinetypes
  326.  +  mac_misc.c     Mods for UPLOAD command
  327. 30                 Support remote-reboot
  328. 56                 New command: 'rip trace on' (by AF2J)
  329. 60                 Save some space by moving some strings to 1 variable
  330. 62                 Change name 'back_to_console' into 'lastActiveSession'
  331. 67                 Mods for 'SMTP trace' window
  332. 67                 Update 'lastActiveSession' when the user clicks a window
  333. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  334. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  335. 83                 Introduce 'User-defined' menu stuff
  336. 86                 Allow \<char> for control-characters in a menu-item
  337. 04R                Enable/disable Custom menu depending on frontwindow
  338. 06R                The 'Custom' menu no longer uses the clipboard
  339. 14R                Check the result of the time() function
  340. 18R                Leave drawing of the MenuBar to mac_toolsevents()
  341. 22R                Translate 2 backslashes in a menu-item into 1 slash
  342. 28R                Disable 'Custom' menu when showing a 'Finger' session
  343. 32R                NET/Mac handles a remote-reboot more gracefully
  344. 41R                Password-protect 'remote <hostname> reset' command
  345. 60  mac_path.c     Make syntax of error- and usage-messages more consistent
  346. 73                 Make errormessages more helpful
  347. 12R                Fix pathnames for old Mac512
  348. 15R                More fixes for 512K Macs
  349. 17R                Add conditional code for PA3ECP's Mac XL
  350. 18R                Flush the disk-cache before calling clr_tmpfiles()
  351. 20R                More fixes for 512K Macs
  352. 21R                More fixes for 512K Macs
  353. 22R                More fixes for 512K Macs
  354. 23R                More fixes for 512K Macs
  355. 23R                Define the 'universal' temp file and dynamic alias file
  356. 23R                Remove definitions for bm.rc, they're not needed
  357. 29R                Delete temp-files at startup
  358. 23R mac_perform_at Implement 'perform <command> <HH:MM>' command
  359. 25R                Change the syntax to: 'perform <command> <HH:MM>|+<delay> o|p'
  360. 27R                Add command: 'perform clear', which clears the whole list
  361. 28R                Modify the 'usage' message so that 'perform clear' is included
  362. 28R                Display delay in minutes, not seconds
  363. 28R                Fix for permanent commands with a +<delay>
  364. 35R                New <dayofweek> parameter for 'perform' command
  365. 09R mac_realtime.c New... Draws and updates the statistics window
  366. 15R                Enlarge realtime window
  367. 21R                Fix for values bigger than maximum
  368. 56  mac_rip.c      New command: 'rip trace on' (by AF2J)
  369. 71                 Fix some dirty sourcelines in rip_recv()
  370. 72                 Make sure windows update properly even when not in front
  371. 73                 Enhance mods of modset 72
  372. 73                 Implement fixes for more 'Real-Time processing'
  373. 78                 Stop sending out faulty RIP-packets
  374. 78                 Solved a bug that made the Mac crash every now and then
  375. 79                 Another bug solved in the RIP-receive code
  376. 80                 Correct a typo, that destroyed RIP-interfaces
  377. 10R                Force window-updates only if NET/Mac is not suspended
  378. 23  mac_ripcmd.c   Tailor 'rip status' output
  379. 56                 New command: 'rip trace on' (by AF2J)
  380. 59                 Make syntax of error- and usage-messages more consistent
  381. 60                 Save some space by moving some strings to 1 variable
  382. 67                 Check RIP window when it is selected by a RIP TRACE command
  383. 67                 Allow the user to define location and size of RIP window
  384. 67                 Cursors should appear only if typing in a window is allowed
  385. 68                 Check for valid hostname in 'rip' commands
  386. 04R                Enable/disable Custom menu depending on frontwindow
  387. 15R                Return resultcode 0 if all was OK
  388. 45  mac_tools.c    If no window is a checked window, go to then console-window
  389. 53                 Fix bug in above mod, that seemed to crash on a Macintosh LC only
  390. 57                 Mod for the RIP Trace window.. check when clicked
  391. 60                 Save some space by moving some strings to 1 variable
  392. 67                 Mods for 'SMTP trace' window
  393. 67     removed..   Update 'lastActiveSession' when the user clicks a window
  394. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  395. 74                 Enable Paste-menu
  396. 77                 Make sure we look at the correct window
  397. 80                 Add a command-G option in the edit-menu
  398. 81                 Make sure SetPort points to the FrontWindow
  399. 82                 Fix SysEnvirons calls
  400. 83                 Introduce 'Settings' menu
  401. 04R                Enable/disable Custom menu depending on frontwindow
  402. 05R                Some more mods to make sure the window we look at is the active one
  403. 09R                Mods for the statistics window
  404. 10R                Force window-updates only if NET/Mac is not suspended
  405. 11R                When used on an old Mac512 assume non-adb keyboard
  406. 13R                Disable 'Help...' menu when HELP is not available
  407. 17R                Before going to the background try to switch to an arrowcursor
  408. 18R                mac_toolsevents() will redraw MenuBar if necessary
  409. 21R                Map option-command G and option-command V for non-ADB keyboards
  410. 28R                Disable 'Custom' menu when showing a 'Finger' session
  411. 31R                Implement recognition of disk-events
  412. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  413. 45R mac_tools.h    Mac-Tools.c was cleaned up by Ivo ON1XK
  414. 42  mac_ttydriv.c  Do flowcontrol for incoming lines and those typed
  415. 56                 Don't allow typing into the RIP Trace Window
  416. 57                 Force ^R type-in to the right window (by AF2J)
  417. 67                 Mods for 'SMTP trace' window
  418. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  419. 15R                Mods for Password-blanking
  420. 38R                Add support for 'Text Capture FKEY' for slit-windows
  421. 50  mac_whois.c    Added. This file was taken from the V2.2 release
  422. 80                 Display a watch-cursor when going through host.net
  423. 82                 Slow down the rotating cursor
  424. 07R                Show my picture when people ask who I am
  425. 09R                Eventually supply 'hosts.net' with the right Icon
  426. 09R                Do the Icon-change based on the new 'netmacicons' command
  427. 11R                Never show my face on a 512K Mac
  428. 22R                A lot of people want to know about ON1XK, so...
  429. 24R                Call cursor routines in the right way
  430.  +  main.c         Record StartUp time in LOG-file
  431.  +                 Log callsign:socket, not ip-number:socket
  432.  +                 Fix keyboard-locked bug
  433.  +                 Support 'trace <interface> <bits> [filename]'
  434.  +                 Fix doremote()
  435.  +                 Allow list of autoexec.net-commands
  436. 22                 Support 'log <filename> [overwrite]'
  437. 25                 Write complete TRACE command to trace-file (for debugging)
  438. 26                 Put machineType in smtp's share and enjoy message
  439. 28                 Fix small problem in trace (NO trace but STILL a window)
  440. 34                 Add more machinetypes (LC and Classic)
  441. 37                 Add more machinetypes (IIfx and IIsi)
  442. 42                 Allow flowcontrol for incoming lines and those typed
  443. 46                 Do extended logging
  444. 46                 Check parameters of 'flow' command
  445. 47                 Enhance trace-mods; sometimes traceinfo goes to mailfile 
  446. 50                 Add 'whois <callsign | ip-number>' command (from V2.2)
  447. 50                 Add 'hostfile <filename>' command (from V2.2)
  448. 52                 Polish code for obtaining Macintosh type
  449. 52                 Support 'traceonly [all|callsign]'
  450. 53                 Show 'traceonly' values when starting to trace
  451. 58                 Check for valid hostname in 'remote' command
  452. 58                 Force Usage:-message to correct window
  453. 58                 Make syntax of error- and usage-messages more consistent
  454. 59                 Allow 'record|upload <filename> [<sessionnumber>] command
  455. 59                 Make syntax of error- and usage-messages more consistent
  456. 60                 Save some space by moving some strings to 1 variable
  457. 60                 Make syntax of error- and usage-messages more consistent
  458. 61                 Fix  for current session-number and <escape>-key
  459. 62                 Change name 'back_to_console' into 'lastActiveSession'
  460. 64                 Add stuff for Kantronics KPC-4
  461. 65                 Redo of the Mac-type recognition
  462. 65                 New 'prompt' command implemented
  463. 66                 Fix little bug in new 'prompt' command
  464. 66                 Add more machinetypes (Quadra's, PowerBook's, Classic II)
  465. 67                 Allow the user to define location and size of LOG window
  466. 67                 Allow the user to define location and size of CONSOLE window
  467. 67                 Cursors should appear only if typing in a window is allowed
  468. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  469. 68                 Check for valid hostname in 'rip' commands
  470. 69                 Fix SysEnvirons call
  471. 71                 Implement 'rtntoses [on|off]' command
  472. 72                 Change code so that it becomes more ANSI-like
  473. 72                 Make sure windows update properly even when not in front
  474. 73                 Slow down updating the tracewindow
  475. 73                 Implement fixes for more 'Real-Time processing'
  476. 74                 Enable Paste-menu
  477. 79                 Make sure routing table is properly preset to NULLROUTE's
  478. 79                 Implement console-commands 'date' and 'time'
  479. 80                 Show a WatchCursor when going through autoexec.net
  480. 80                 Add a command-G option in the edit-menu
  481. 81                 Auto-adjust cursortype when the mouse has been moved
  482. 82                 Balance the speed of the rotating cursor to the speed of the CPU
  483. 83                 Some more cursor mods
  484. 83                 Introduce 'Settings' menu
  485. 83                 Introduce 'User-defined' menu and 'addmenu' command
  486. 84                 Some more cursor mods
  487. 84                 Change 'User-defined' to 'Custom' menu
  488. 84                 Remove some obsolete sourcecode from PasteIfSomethingsThere()
  489. 84                 Improve copying of commands to clipboard
  490. 85                 Replace ' by " in menustrings
  491. 85                 Implement 'source' command (mods by AF2J)
  492. 86                 Put '#$debug on\n' in  char debugOn[]
  493. 86                 Check for invalid menu-string characters
  494. 00R                Make syntax of error- and usage-messages more consistent
  495. 01R                Mods for smtpndays
  496. 02R                Fixes for 'Auto Operator'
  497. 03R                Log 'Auto Operator' actions in the log-file, not the console
  498. 03R                InactiveTimer implemented for sessions, that seem obsolete
  499. 04R                Implement 'title' and change default console-title
  500. 04R                Enable/disable Custom menu depending on frontwindow
  501. 04R                Prepare sources for Gestalt()
  502. 05R                Prepare sources for Gestalt()
  503. 05R                Enable/disable Custom menu depending on frontwindow
  504. 06R                The 'Custom' menu no longer uses the clipboard
  505. 07R                Show inactiveTimer in 't s #' command-output
  506. 08R                Prepare NET/Mac for the newer Macintoshes
  507. 08R                Fix to make x and y parameters of Console command work
  508. 08R                Move Mactypes to a different segment, so we can unload it
  509. 09R                Mods for the statistics window
  510. 09R                Implementation of new 'netmacicons on|off' command
  511. 09R                Fixes for AddResMenu() bug in System 7.1
  512. 10R                Force window-updates only if NET/Mac is not suspended
  513. 10R                Support mail-delivery over AppleShare
  514. 11R                HELP not defined? Tell the user about the HMgr resource
  515. 11R                Enhance syntax-checking for 'appleshare' command
  516. 11R                Fix problem with flashing HELP-balloons
  517. 11R                Don't update the autoexec.net of a 512K Mac
  518. 11R                Tell the user we need at least System 4.1 when no SysEnvirons
  519. 11R                On an old Mac512 don't try to call SysEnvirons()
  520. 12R                Show times in UTC when displaying a directory
  521. 13R                Don't call UnloadSeg() on an old 512K Mac
  522. 13R                Tell a Mac512 user which resources can be deleted
  523. 13R                Check the result of the time() function
  524. 14R                Enhance the CheckClock() routine
  525. 14R                Implemented mods for Serial Line Framing Protocol
  526. 14R                Improve some dirty programming
  527. 14R                Show NET/Mac versionnumber in Consolewindow-title
  528. 14R                Mods for Password-blanking
  529. 15R                Mods for Password-blanking
  530. 15R                Return resultcode 0 if all was OK
  531. 15R                Implemented 'sesscreen [<width>]' command
  532. 16R                'sesscreen [<width>]' is now 'sesscreen [<width> [<length>]]'
  533. 16R                Enhance checking of 'trace <interface> <mode>' command
  534. 16R                Mods to support encoded international database
  535. 16R                Support 'inquire <callsign>' command from console
  536. 17R                Support 'callbookserver <hostname>' command
  537. 18R                Make the System 7.1-MyAddresMenu-message conditional
  538. 18R                Remove 'applestat' command
  539. 19R                Forget about CPU speed in the Macintosh-type printout
  540. 19R                The size of the trace-window can be defined in the trace-command
  541. 19R                Make syntax of error- and usage-messages more consistent
  542. 20R                Tell a Mac512 user which resources can be deleted
  543. 20R                Take care of the Bus Errors that happened in 2.3.19
  544. 21R                Support 'ctext1 [<text>]' and 'ctext2 [<text>]' commands
  545. 21R                When using a non-ADB keyboard command-Q will not Quit NET/Mac
  546. 22R                Hide the I-beam cursor until COPY from the menu is really there
  547. 23R                Enhance checking for obsolete open sessions
  548. 23R                Show '\\' as '/' in the Custom Menu Items
  549. 23R                Implement code for 'perform [<command> <HH:MM> [once|permanent]]'
  550. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  551. 23R                Support 'ftext1 [<text>]' and 'ftext2 [<text>]' commands
  552. 24R                Call cursor routines in the right way
  553. 25R                Show the time after processing the 'tzone' command
  554. 25R                Allow user to change the 'dontalias' definitions
  555. 26R                The command 'smtpndays <#days>' is now 'smtp ndays <#days>'
  556. 26R                Implemented new command 'softkiss' to enable SoftKiss fixes
  557. 28R                Never change cursors when running in suspended mode
  558. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  559. 28R                Prepare sources for support of 4-port serial card
  560. 29R                Implemented 'ignorebadheaders [on|off]' command
  561. 30R                Sleep no longer (kind of) freezes the Mac
  562. 31R                Log-messages should end with a <return>, not a <space>
  563. 31R                The log- and callbook-log-file now have a NET/Mac icon
  564. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  565. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  566. 32R                The 'tzone' command reads the offset from the Map controlpanel
  567. 32R                The first socket.port is now 1024 (0 - 1023 seem to be reserved)
  568. 33R                The timezone offset is available under System 6 too
  569. 33R                The timezone sometimes was wrong when it was set more than once
  570. 35R                New: 'reboot_on_bad_date' }  These new commands were implemen-
  571. 35R                New: 'sourcewhendone'     }  ted to make it easier to maintain
  572. 35R                New: 'resetsmtpto'        }  an unattended slip-telephone-link
  573. 36R                'sourcewhendone' command incorrectly kept track of linkstatus
  574. 37R                Some more improvements for the 'sourcewhendone' command
  575. 39R                Mods for Power Macintosh models
  576. 40R                Added 'chat' command
  577. 41R                Make sure NET/Mac doesn't leave a watchcursor on the screen
  578. 41R                Password-protect 'remote <hostname> reset' command
  579. 41R                Change double linespace to single space in TRACE-files
  580. 41R                Create new TRACE-files only when the traceflags are nonzero
  581. 41R                Allow recording of finger-sessions to a file
  582. 42R                Support 'rdate' command
  583. 43R                The NET/Mac versionnumber will now be recorded to TRACE-files
  584. 44R                The NET/Mac versionnumber will now be recorded correctly, ;-)
  585. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  586. 45R                Enhance the reboot_on_bad_date decision method
  587. 46R                Support 'adjustclock' command
  588. 46R                Support 'fontsize' command
  589. 78  mbuf.c         Make sure pullup() gets called with the right parametertype
  590. 16R                New version received from PE1CHL to fix DUP mbuf problem
  591. 34R                Removed old version of mbuf.c
  592. 16R mbuf.h         New version received from PE1CHL to fix DUP mbuf problem
  593. 09R MyAddResMenu.c Fixes for AddResMenu() bug in System 7.1
  594. 11R                Do NOT compile this if HELP is not defined in config.h
  595. 46  netrom.h       Do extended printing of 'netrom rout' command-output
  596.  +  netuser.c      Add conversion-routine for ip-number to callsign
  597. 80                 Show a WatchCursor when going through hosts.net
  598. 82                 Slow down the rotating cursor
  599. 83                 Show a WatchCursor when going through hosts.net
  600. 19R                Ignore comment at the end of hosts.net lines
  601. 24R                Call cursor routines in the right way
  602. 40R                Enhance syntax-checking for 'IP-number'-style parameters
  603. 45R                Speed-up hostname lookups from the hosts.net file
  604. 46R                Speed-up hostname lookups from the hosts.net file
  605.  +  netuser.h      Define inet_n2h() and phsocket()
  606. 33  nr3.c          Changed some NET/ROM constants
  607. 46                 Do extended printing of 'netrom rout' command-output
  608. 59                 Make syntax of error- and usage-messages more consistent
  609. 78                 Make sure pullup() gets called with the right parametertype
  610. 30R                Implemented 'ignorebadheaders [on|off]' command
  611. 33R                Fix for 'ignorebadheaders'stuff
  612. 73  nr4subr.c      Implement fixes for more 'Real-Time processing'
  613. 78                 Make sure pullup() gets called with the right parametertype
  614. 73  nr4user.c      Implement fixes for more 'Real-Time processing'
  615. 73  nr4.c          Implement fixes for more 'Real-Time processing'
  616.  +  nr4.h          Fix 'bomb' bug in NET/ROM-sessions
  617.  +  nrcmd.c        Fix 'bomb' bug in NET/ROM-sessions
  618.  +                 NETOM is now NETROM in 'window'-menu
  619.  +                 Mods for UPLOAD command
  620. 42                 Do flowcontrol for incoming lines and those typed
  621. 31                 Force 'Connected' message to NET/ROM-window
  622. 46                 Do extended printing of 'netrom route' command-output
  623. 46                 Do extended logging
  624. 48                 Incoming sessions draw more attention than incoming mail
  625. 58                 Make syntax of error- and usage-messages more consistent
  626. 59                 Make syntax of error- and usage-messages more consistent
  627. 60                 Save some space by moving some strings to 1 variable
  628. 60                 Make syntax of error- and usage-messages more consistent
  629. 64                 Don't allow NET/ROM on non-NET/ROM interfaces
  630. 67                 Cursors should appear only if typing in a window is allowed
  631. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  632. 69                 Seconds should be milliseconds in some command-responses
  633. 70                 Use strcpy() all over the place
  634. 72                 Change code so that it becomes more ANSI-like
  635. 73                 Implement fixes for more 'Real-Time processing'
  636. 04R                Enable/disable Custom menu depending on frontwindow
  637. 15R                Return resultcode 0 if all was OK
  638. 19R                Mods for correctly displaying the systemprompt
  639. 23R                'netrom nodefilter' command also shows nodefilter mode
  640. 78  nrs.c          Make sure pullup() gets called with the right parametertype
  641. 78  nrsubr.c       Make sure pullup() gets called with the right parametertype
  642. 42R ping.h         Support 'rdate' command
  643. 73  rip.h          Implement fixes for more 'Real-Time processing'
  644.  +  session.c      Mods for UPLOAD command
  645. 36                 Mods for RECORD command
  646. 58                 Try not to expand inactive sessions
  647. 59                 Make syntax of error- and usage-messages more consistent
  648. 59                 Allow 'record|upload <filename> <sessionnumber> command
  649. 59                 Fix 'close'- and 'session'-command for current session
  650. 60                 Save some space by moving some strings to 1 variable
  651. 62                 A <RETURN> switches back to the last session (by AF2J)
  652. 62                 Change name 'back_to_console' into 'lastActiveSession'
  653. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  654. 71                 Implement 'rtntoses [on|off]' command
  655. 77                 Redraw window after switching to another one
  656. 04R                Enable/disable Custom menu depending on frontwindow
  657. 14R                Implemented mods for password blanking
  658. 15R                Mods for Password-blanking
  659. 27R                Recording a session should result in a TEXT-file, single-spaced
  660. 28R                Disable 'Custom' menu when showing a 'Finger' session
  661. 38R                Add support for 'Text Capture FKEY' for slit-windows
  662. 39R                OUT windows in a split-window session were sometimes hidden
  663. 68  session.h      Implement split-windows for TELNET, AX.25 and NET/ROM
  664. 14R                Implemented mods for password blanking
  665. 41R                Mods to prompt for username and password
  666. 42R                Fix for mods that prompt for username and password
  667. 43R                Fix for mods that prompt for username and password
  668. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  669. 78  slip.c         Make sure pullup() gets called with the right parametertype
  670. 25R                Fix a problem, that was caused by SoftKiss 1.6
  671. 26R                Fixes for a problem, that was caused by SoftKiss pre1.8
  672. 30  smisc.c        Support remote-reboot
  673. 14R                Check the result of the time() function
  674. 15R                Return resultcode 0 if all was OK
  675. 32R                Flush open files at 'remote-reboot'-time
  676. 41R                Password-protect 'remote <hostname> reset' command
  677.  +  smtpcli.c      Fix SMTP-timer sometimes showing wrong timervalue
  678. 38     removed..   Make sure mailfiles are sent 'first in first out'
  679. 39                 Log ALL outgoing mail
  680. 49                 Also show hostname in some SMTP messages
  681. 58                 Make syntax of error- and usage-messages more consistent
  682. 59                 Make syntax of error- and usage-messages more consistent
  683. 60                 Make syntax of error- and usage-messages more consistent
  684. 67                 Mods for 'SMTP trace' window
  685. 67                 Allow the user to define location and size of SMTP window
  686. 67                 Cursors should appear only if typing in a window is allowed
  687. 72                 Make sure windows update properly even when not in front
  688. 73                 Implement fixes for more 'Real-Time processing'
  689. 78                 Make sure pullup() gets called with the right parametertype
  690. 01R                Mods for smtpndays
  691. 02R                Mods for smtpndays
  692. 04R                Enable/disable Custom menu depending on frontwindow
  693. 10R                Force window-updates only if NET/Mac is not suspended
  694. 12R                Fix pathnames for old Mac512
  695. 14R                Check the result of the time() function
  696. 15R                Return resultcode 0 if all was OK
  697. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  698. 21R                If mail can't be delivered, report the name of the destination
  699. 23R                Make sure 'smtp timer 0' stops smtp timer until further notice
  700. 26R                Introduce 'smtp vm' command to cure the SMTP problem in IBM's VM
  701. 26R                The command 'smtpndays [<#days>]' is now 'smtp ndays [<#days>]'
  702. 32R                Implemented 'smtp multi' command
  703. 33R                'smtp ndays 0' now disables checking for the age of a mailfile
  704. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  705. 40R                Make sure mailaddresses look like: ...%...%...%...%...@...
  706. 26  smtpserv.c     Put machineType in smtp's share and enjoy message
  707. 38                 Make sure mailfiles are sent 'first in first out'
  708. 48                 Incoming sessions draw more attention than incoming mail
  709. 54                 Try to optimize outgoing mail as much as possible
  710. 56                 Fix typo, that accidently terminated an IF-statement
  711. 65                 Remove any existing controlcharacters in <user@.....>
  712. 66                 Increase size of ourname[] for longer Macintosh names
  713. 78                 Make sure pullup() gets called with the right parametertype
  714. 80                 Show a WatchCursor when mailing files
  715. 01R                Mods for smtpndays
  716. 02R                Allow only 1 incoming SMTP from a given host, kill the others
  717. 08R                Prepare for longer Macintosh names (like: PowerBook DUO 230)
  718. 09R                Eventually supply 'alias' with the right Icon
  719. 09R                Do the Icon-change based on the new 'netmacicons' command
  720. 10R                Support mail-delivery over AppleShare
  721. 12R                Fix pathnames for old Mac512
  722. 13R                Don't report failing AppleShare mail-delivery
  723. 14R                Check the result of the time() function
  724. 15R                Return resultcode 0 if all was OK
  725. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  726. 19R                Mods for correctly displaying the systemprompt
  727. 22R                Undeliverable mail should be returned hop-to-hop
  728. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  729. 24R                Call cursor routines in the right way
  730. 25R                Don't dynamically alias 'mailer-daemon'
  731. 26R                Assign 0L instead of 0 to long int variable 'sequence'
  732. 27R                In case we cannot get sequence.seq... delay and try again
  733. 27R                Don't generate duplicate callsigns for hop-to-hop addressing
  734. 29R                Make sure the universal temp-file has a NET/Mac Icon
  735. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  736. 30R                Sleep no longer (kind of) freezes the Mac
  737. 31R                AppleShare delivery now also changes the From: address
  738. 31R                Bugfixes for 'dontalias' command
  739. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  740. 32R                Implemented 'smtp multi' command
  741. 34R                Enhancements for outgoing-mail-optimizer
  742. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  743. 35R                Improved the generation of dynamic aliases
  744. 37R                Some conditional mods for my own private internet-link
  745. 39R                Improved the generation of From addresses for hop-to-hop
  746. 39R                Mods for Power Macintosh models
  747. 40R                Improved the generation of From addresses for hop-to-hop
  748. 45R                Let the watchcursor spin while copying mail-files
  749. 45R                In case of problems send a more explaining message to the screen
  750. 35  smtp.h         Prevent from crashing when long SMTP lines come in
  751. 38                 Fix for mailfiles that have 8 character long names
  752. 01R                Mods for smtpndays
  753. 13R                Forget about the stupid MS/DOS 8 character filenames
  754. 21R                If mail can't be delivered, report the name of the destination
  755. 27  tcp.h          Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  756. 03R                Mods for inactiveTimer
  757.  +  tcpcmd.c       Show callsign:socket in 't s' command
  758. 20                 Show control-block numbers in 't s' command
  759. 20                 Allow 'tcp <type> <block-number>' commands
  760. 27                 Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  761. 57                 Enhance 'tcp irtt' command to show cashed stuff
  762. 58                 Make syntax of error- and usage-messages more consistent
  763. 59                 Make syntax of error- and usage-messages more consistent
  764. 68                 Don't reset a 'Closed' session because this will crash NET/Mac
  765. 70                 Implement 'tcp active' command (suppressed 'tcp status')
  766. 70                 Implement 'tcp extended' command (extended 'tcp active')
  767. 73                 Implement fixes for more 'Real-Time processing'
  768. 07R                Show inactiveTimer in 't s #' command-output
  769. 41R                Truncate hostnames that are too long to be printed
  770. 43R                Align the output of 't s' for large-memory Macintoshes
  771. 45R                Don't accept 'tcp reset' commands for sockets in 'Listen' state
  772.  +  tcpdump.c      Support 'trace <interface> <bits> [filename]'
  773. 57  tcpin.c        Implement cashing of rtt settings (by AF2J)
  774. 73                 Implement fixes for more 'Real-Time processing'
  775. 78                 Make sure pullup() gets called with the right parametertype
  776. 33R                Some more 'enhancements' for q-and-d AppleTalk-fix
  777. 35R                Some more 'enhancements' for q-and-d AppleTalk-fix
  778. 50  tcpip.π.rsrc   Taken from V2.2
  779.  +                 HELP-info added/changed over various releases of NET/Mac
  780. 80                 Added 'rotating cursor'
  781. 27  tcpout.c       Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  782. 44                 Make sure counters remain positive
  783. 73                 Implement fixes for more 'Real-Time processing'
  784. 82                 Try to keep the retry-timers AT LEAST 5 seconds
  785. 27  tcpsubr.c      Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  786. 57                 Implement cashing of rtt settings (by AF2J)
  787. 73                 Implement fixes for more 'Real-Time processing'
  788. 03R                Mods for inactiveTimer
  789. 32  tcptimer.c     Make sure counters remain positive
  790. 01R                Mods for smtpndays
  791. 02R                Mods for smtpndays
  792. 23R                Enhance checking for obsolete open sessions
  793. 78  tcpuser.c      Make sure pullup() gets called with the right parametertype
  794. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  795. 31R                Bugfixes for q-and-d fix
  796. 32R                Some more 'enhancements' for q-and-d fix
  797. 35R                Some more 'enhancements' for q-and-d fix
  798. 57  tcp_rtt.c      New sourcefile for cashing of rtt settings (by AF2J)
  799.  +  telnet.c       Mods for UPLOAD command
  800. 25                 Force incoming data to the right window
  801. 29                 Close <session> doesn't crash a Mac with minimum system
  802. 42                 Do flowcontrol for incoming lines and those typed
  803. 51                 Force state-changes to the right window
  804. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  805. 55                 Log outgoing telnet-session
  806. 60                 Save some space by moving some strings to 1 variable
  807. 67                 Cursors should appear only if typing in a window is allowed
  808. 78                 Make sure pullup() gets called with the right parametertype
  809. 14R                Don't send incoming null-characters to the TELNET-session-window
  810. 21R                Log reason for closing a session in case of networkproblems
  811.  +  timer.c        Mods for reboot-problem
  812. 49                 If smtp timer > 3276 (*10 mSec) no smtp kick occurred
  813. 73                 Implement fixes for more 'Real-Time processing'
  814. 74                 Add some conditional debugging code
  815. 09R                Mods for the statistics window
  816. 14R                Check the result of the time() function
  817. 22R                Don't allow msPTick > 1000 or 'division by zero' may occur
  818. 73  timer.h        Implement fixes for more 'Real-Time processing'
  819.  +  tnserv.c       Display callsign not ip-number on incoming telnet-session
  820. 48                 Incoming sessions draw more attention than incoming mail
  821. 60                 Save some space by moving some strings to 1 variable
  822. 67                 Cursors should appear only if typing in a window is allowed
  823. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  824. 04R                Enable/disable Custom menu depending on frontwindow
  825. 15R                Return resultcode 0 if all was OK
  826. 19R                Mods for correctly displaying the systemprompt
  827. 21R                For incoming TELNET-sessions send out CTEXT1 and CTEXT2 
  828. 22R                Limit the number of TELNET sockets and keep track of those
  829. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  830.  +  trace.c        Support 'trace <interface> <bits> [filename]'
  831. 46                 Show date and time while tracing
  832. 52                 Support 'traceonly [all|callsign]'
  833. 53                 Mod for trace <interface> 111 (211 was OK)
  834. 78                 Make sure pullup() gets called with the right parametertype
  835. 14R                Check the result of the time() function
  836. 41R                Change double linespace to single space in TRACE-files
  837. 42R                Fix error in TRACE-output, introduced in 2.3.41
  838. 14R trace.h        Implemented mods for Serial Line Framing Protocol
  839. 78  udp.c          Make sure pullup() gets called with the right parametertype
  840. 82                 Fix sporadic odd address errors
  841. 14R                Make sure udp.c uses iface.h
  842. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  843.  +  udpdump.c      Support 'trace <interface> <bits> [filename]'
  844.  
  845. 76  Lots of files  Installation of conditional sourcecode-compilation
  846.                    and removal of non-Mac sources
  847. 12R                Mods for MFS-only Macintoshes
  848. 14R                Mods for MFS-only Macintoshes
  849. 15R                Mods for MFS-only Macintoshes
  850. 15R                Return error-code 0 if all was OK
  851. 30R                Removed some #ifdef's and #endif's
  852. 46R                Support 'fontsize' command
  853.  
  854. Priority
  855.    1    (known bugs)   none
  856.    2    NET/ROM        Support NET/ROM connections over AppleTalk links
  857.    2    AX.25          Support AX.25 connections over AppleTalk links
  858.    2                   Domain nameserver
  859.    2                   POP-server
  860.    2                   Control-X should terminate a C)hat; back to the mbox
  861.    3    FTP            Support type ahead of commands
  862.    4    UPLOAD         Fix NET/ROM uploads
  863.    5    SMTP           Allow mailforwarding to RLI/MBS-boxes
  864.  
  865.  */
  866.  
  867.  /*
  868.  
  869.  About some new things and new (or changed) commands and how to use those:
  870.  
  871.  
  872.  UPLOAD and RECORD: Switch from the AX.25- or TELNET window to the console
  873.  window and type 'UPLOAD <filename>' or 'RECORD <filename>'. So make sure
  874.  you go from the window for which the UPLOAD/RECORD is intended DIRECTLY
  875.  to the console window, otherwise you'll get an errormessage.
  876.  In NET/Mac(58) and higher versions you may also use the format:
  877.  upload <filename> [<session>]  and  record <filename> [<session>|off]
  878.  
  879.  
  880.  ROUTE EXPANDED: Displays the routing table like the ROUTE command does,
  881.  but IP-numbers will be translated into hostnames. This may take some time
  882.  because the hostnames have to be looked up in the HOSTS.NET file.
  883.  I suggest you just use this form when you have a RAM-cache enabled in
  884.  your controlpanel. Oh... you cannot type a shortcut for EXPANDED, so
  885.  'ro e' will not work. This is just to prevent one from accidently typing
  886.  this command.
  887.  
  888.  
  889.  TCP MRTT [<milliseconds>]: You may use this new command to set a Maximum
  890.  ReTry Timer. The default time is 3600 seconds (3600000), which means
  891.  that when a link has gone down, or has gone bad, there will be a retry
  892.  at least once every hour. This timer was created so that the retry-
  893.  timer doesn't go up too high. Don't set this timer to a (too) low value,
  894.  because you may introduce a lot of retries for a down link, which means
  895.  a lot of unnecessary traffic on the frequency. This MRTT is valid for
  896.  ALL open connections. I suggest you DON'T set it to a value lower than
  897.  900000 (900 seconds) or so.
  898.  
  899.  
  900.  #$debug on: You may choose to list the commands in the autoexec.net-file
  901.  when they are being executed. This is very handy to trace errors in the
  902.  startup-file. NET/Mac will start showing the commands when it discovers
  903.  a line containing   #$debug on   in the autoexec.net file.
  904.  
  905.  
  906.  FLOW [ON|OFF]: Enable or disable 'flow-control' for TELNET-, NET/ROM-
  907.  and AX.25-sessions. With flowcontrol ON an incoming line will not be
  908.  written to the screen as long as you are in the middle of typing a line
  909.  for the remote station. Incoming data will be displayed as soon as you
  910.  hit the <RETURN> key. So far flowcontrol is not perfect, but I think it
  911.  is a lot better than it used to be. Anyway, it works fine, as long as
  912.  you don't type HALF a line in one session, and then switch to another and
  913.  do some typing there, and then switch back and so on. If you simply type
  914.  a COMPLETE line at a time it's OK.
  915.  
  916.  
  917.  ALERTS [<number>]: Sets the number of bell-strikes for incoming sessions.
  918.  <number> may be a number from 0 to 5. When <number> is 0, no bell will 
  919.  sound for incoming sessions or incoming mail. When <number> is bigger than
  920.  0 incoming mail will sound 1 bell (like it used to be), but incoming
  921.  live sessions like TELNET-, AX.25- and NET/ROM-sessions will sound as
  922.  many bells as defined in the ALERTS command. This command was created so
  923.  incoming sessions may draw more attention than incoming mail- or finger-
  924.  sessions.
  925.  
  926.  
  927.  ROUTE ADD DEFAULT <interface>: I suggest you DON'T USE THIS FORM, but use
  928.  ROUTE ADD [44.0.0.0]/8 <interface>  instead.
  929.  
  930.  
  931.  At startup the program prints out a line containing the Macintoshtype and
  932.  two type-numbers. If it says 'Macintosh Computer', then please inform me
  933.  about the type of Macintosh you are running NET/Mac on (like Plus, SE etc.)
  934.  and the typenumbers it printed, so that I can add the Macintoshtype you
  935.  are using. So far it should recognize most of the Macintoshes.
  936.  Note that a Mac-XL running a Mac Plus emulator, or a 512Ke with a SCSI-
  937.  interface and/or 1 MByte of memory (or more), are considered to be a Plus!
  938.  
  939.  
  940.  TRACEONLY [ALL|CALLSIGN] allows you to only expand packets to or from a
  941.  given station (doesn't work for AppleTalk-tracing). This 'option' was
  942.  installed because sometimes, on a very busy channel, it used to be close
  943.  to impossible to return from the trace-window to the console-window (in
  944.  order to switch tracing off).
  945.  
  946.  
  947.  OUTGOING-MAIL-OPTIMIZER: NET/Mac(54) and higher versions contain an
  948.  'outgoing-mail-optimizer'. It performs the following task:
  949.  Suppose someone sends me (pa2aga) ONE mail for a number of hams, like:
  950.  To: pe0mar@pa2aga pa0aax@pa2aga pa0gln@pa2aga on1xk@pa2aga
  951.  Now, what used to happen is the following:
  952.  Using the alias-file of pa2aga, mail would be re-queued to:
  953.  pe0mar@pi8hvh pa0aax@pi8hvh pa0gln@pi8mac on1xk@pi8hvh
  954.  4 files in total, of which 3 would be sent (one after another) to pi8hvh.
  955.  I always thought this was a waste of bandwidth, so...
  956.  My optimizer does the trick now, NET/Mac takes care of it all!
  957.  It will send one file to pi8mac and ONE file to pi8hvh!
  958.  
  959.  
  960.  RIP TRACE [ON|OFF]: Allows you to trace RIP-activity in a RIP-dedicated
  961.  Window. These mods came from Joe AF2J (thanks Joe!). Note that when A LOT
  962.  of routes get added through the RIP-mechanism, the RIP-trace-window may
  963.  slow down NET/Mac for a while, because (like ROUTE EXPANDED) all IP-numbers
  964.  will get translated to hostnames before the messages in the RIP-trace window
  965.  are displayed. This may require some (a lot) of disk-accesses when the file
  966.  'hosts.net' is not in a RAM-cache. I suggest you turn on the RIP TRACE when
  967.  indeed you want to trace the RIP-stuff, otherwise turn RIP TRACE OFF.
  968.  
  969.  
  970.  We have experienced some outgoing CHECKSUM ERRORs on both AppleTalk and
  971.  TNC links. This problem causes AppleTalk links to become very  S L O W.
  972.  To minimize this problem I have set both TCP MSS and TCP WINDOW to 216 so
  973.  that there will never be more than 1 frame at a time going out over the
  974.  AppleTalk link. This seems to have reduced it by 95%. Unfortunately MSS
  975.  and WINDOW are being used for all tcp-connections, so setting both of them
  976.  to the same value also limits the possibilities on the TNC-link, but as
  977.  far as I've noticed here that doesn't really hurt. PE1CHL told me that the
  978.  CHECKSUM ERROR problem also exists in his NET.PE1CHL, and that he is not
  979.  going to solve it. He believes that it has been solved in NOS.
  980.  
  981.  
  982.  For SLIP-lines you may now issue modemcommands like ATDT in a 'param'
  983.  command. The format of the command is: param <interface> <modemcommand>
  984.  Examples:  param sl0 ATDT031174942153 
  985.             param sl0 +++
  986.  Note: Only 1 string is sent to the modem.
  987.        A <space> or <return> terminates the string.
  988.  
  989.  
  990.  For KISS-lines you may now issue TNC-commands like KISS ON in a 'param'
  991.  command. The format of the command is: param <interface> <TNC-command>
  992.  Example:  param ax0 KISS ON
  993.  Note: A <return> terminates the string.
  994.  
  995.  
  996.  A new feature in NET/Mac(65) and higher is the 'anonymous anonymous' user.
  997.  You can allow any user to log in by defining username * and password * in
  998.  the ftpusers-file. When NET/Mac goes through the list of validated users,
  999.  and it encounters a username *, then the search is terminated and the user
  1000.  is granted access to the system. You should put this line at the very end
  1001.  of ftpusers! You may also choose to remove any 'guest' or 'anonymous'
  1002.  user from the ftpusers-file, since * could cover all of those.
  1003.  
  1004.  
  1005.  Also new in version 65 is the 'prompt' command, which enables you to
  1006.  change the default 'net>' prompt.
  1007.  
  1008.  
  1009.  Version 67 and higher allow the user to define the location and size
  1010.  of the Trace-, RIP Trace-, LOG-, SMTP Trace- and CONSOLE-windows. If you
  1011.  haven't changed the commands that generate these windows, the windows will
  1012.  simply be like they used to be. If you want to change the size or location
  1013.  of a given window, simply add 4 numbers to the command, that creates it.
  1014.  (e.g.: log :spool:logs:log x y r c)
  1015.  The 4 numbers are: x and y: the coordinates of the upper left corner
  1016.                              default is 0 0
  1017.                     r      : number of rows (lines) in the window
  1018.                              default is 24 (on a 9" screen)
  1019.                     c      : number of columns (characters) per line
  1020.                              default is 80 (on a 9" screen)
  1021.                              
  1022.  Since the TRACE-command has an optional filename as the last parameter,
  1023.  it is required to use all 4 parameters (x y r c) for the windowsize or
  1024.  NON of those. The optional filename remains the LAST parameter.
  1025.  
  1026.  To change the location and size of the console-window a new command
  1027.  'console [x y r c]' was introduced.
  1028.  
  1029.  I myself use on a 9" screen:
  1030.  rip trace on 0 0 24 72
  1031.  smtp trace 2 0 19 17 80
  1032.  log :spool:logs:log overwrite 0 0 24 71
  1033.  console 0 0 13 80
  1034.  
  1035.  Example for 13" screen:
  1036.  rip trace on 0 0 24 80
  1037.  log :spool:logs:log overwrite 0 310 3 80
  1038.  smtp trace 2 0 374 3 80
  1039.  console 0 0 24 80
  1040.  
  1041.  Starting up NET/Mac with   #$debug on   may be pretty slow, especially
  1042.  when you have a large screen (let's say > 12"). If you want to speed up
  1043.  processing of the autoexec.net file you can first reduce the size of the
  1044.  console-window.
  1045.  On PA0GLN's Mac LC with 13" color-screen the startup took 24 seconds.
  1046.  He then installed the following line as the first line of his autoexec.net:
  1047.  console 0 0 10 80
  1048.  
  1049.  At the end of his autoexec.net he selected the screen as suggested above.
  1050.  Startup then took only 15 seconds.
  1051.  
  1052.  
  1053.  FLOW [ON|OFF] now also controls the kind of screen you will get when an
  1054.  AX.25-, NET/ROM- or TELNET-session is started. With FLOW OFF you will now
  1055.  get a split-screen, with an incoming and an outgoing window. When FLOW
  1056.  is ON, you will get one window in which both the incoming and outgoing
  1057.  data will be displayed.
  1058.  
  1059.  
  1060.  KPC-4 TNC: When a kpc-4 is attached, an "a" or "b" is added to <label>
  1061.  and is used in place of <interface> in all autoexec.net (and live) commands.
  1062.  So, when you do  'attach kpc4 1 a ax25 kp0 2048 576 4800'  your <interface>'s
  1063.  will be kp0a and kp0b.
  1064.  
  1065.  
  1066.  RTNTOSES [ON|OFF] allows you to enable/disable a mode in which typing
  1067.  a single <RETURN> in the console-window will/won't bring you back to
  1068.  the active session. Default is ON.
  1069.  
  1070.  
  1071.  REALTIME [ON|OFF] was implemented because I discovered, that timers
  1072.  appeared to be only relative values. When the Mac is busy running more
  1073.  than just NET/Mac, sometimes my timers (like SMTP TIMER, retry-timers
  1074.  etc.) look like actual values, but in many cases the real value was 1.5 to
  1075.  3 times higher than the ones shown by various commands. I always wondered
  1076.  why a ping with a delay of 900 seconds only got handled about twice an hour....
  1077.  When you switch on REALTIME, NET/Mac will try to investigate how busy the
  1078.  Mac is, and how little time NET/Mac gets from the system. By doing so and
  1079.  adjusting the timervalues these become more realistic. NET/Mac will average
  1080.  the values it found over some time. When you type REALTIME, it will show
  1081.  you the value it has calculated. The program usually uses the value 100,
  1082.  so if REALTIME shows 200 mSec per tick, this means, that all timers and
  1083.  counters are twice as long as you would expect. Also look at SMTP TIMER
  1084.  some time after switching on REALTIME, and you will see a more accurate
  1085.  value of the timer there.
  1086.  When you quit NET/Mac by using the 'exit' command, NET/Mac will put the
  1087.  average tick-value of the last NET/Mac-run at the beginning of your
  1088.  autoexec.net, so that it will automatically start up using this value when
  1089.  you activate NET/Mac the next time.
  1090.  
  1091.  
  1092.  CMDTOCLIPB [ON|OFF] appears to be handy when you want to have a possibility
  1093.  to redo the last command. This new command allows you to copy each and every
  1094.  command to the clipboard, so that you can 'retype' the command by simply
  1095.  pressing command-G (Do Again). It's a lot more comfortable to type (a lot of)
  1096.  command-G's than to type like 't s 5f873c' a number of times, just to monitor
  1097.  a given session. Command-V acts just like command-G, but the command will not
  1098.  really be executed, so that you can edit the command if you like.
  1099.  
  1100.  
  1101.  RIP really works in version 80 (and higher)!
  1102.  
  1103.  
  1104.  ADDMENU <string> allows you to enter commands from the menubar. Look at the
  1105.  HELP info for ADDMENU for more info.
  1106.  
  1107.  
  1108.  SOURCE <filename> allows you to split up the autoexec.net file into a number
  1109.  of smaller files, each performing a specific task, like 1 file for 'route add'
  1110.  commands, 1 file for 'arp add' commands etc... Also you may choose to group
  1111.  together a number of NET/Mac commands, that can be activated later from the
  1112.  'Custom' menu. See also the NET/Mac HELP-windows for 'addmenu' and 'source'.
  1113.  
  1114.  
  1115.  SMTP NDAYS <number> will make sure, that SMTP-files that have been inside your
  1116.  Macintosh (and could not be delivered) for more than <number> days, will get
  1117.  returned to the sender. The default value for <number> is 365 (days), but I
  1118.  think you should set it to some value of between 10 and 30. Mail-files are
  1119.  being checked against this <number> when they are queued for transmission.
  1120.  When NET/Mac stays on for very long without being restarted, this could mean,
  1121.  that there may be a session, waiting in SYN SENT mode for the destination to
  1122.  show up, for as long as NET/Mac is running. This would mean, that the outgoing
  1123.  mail to that (unreachable?) destination will only get queued when SMTP kicks
  1124.  for the first time, and never after. Therefore I implemented a mod, which makes
  1125.  sure that outgoing SMTP-sessions that reach retry-timer 128 (see 'tcp status')
  1126.  will get requeued again.
  1127.  Also outgoing SMTP-sessions that wait for a command from the destinationhost
  1128.  and seem to be 'forgotten' by that host will be reset after about 2 hours.
  1129.  
  1130.  
  1131.  TITLE <new consolewindow title> allows you to change the default title of the
  1132.  console-window (which now defaults to 'hostname') to any title you like.
  1133.  
  1134.  
  1135.  Sometimes it seems hard to disconnect a simple AX.25 connection by just typing
  1136.  a disconnect command... Instead of typing disconnect commands over and over,
  1137.  you should try the following: type: ax25 status
  1138.                       and then type: ax25 reset <'&AXB'-address>
  1139.  
  1140.  You should ONLY use these commands, when the state of the connection is (and
  1141.  remains) 'Conn pending', otherwise the remote-station will never know, that
  1142.  you have dropped the connection. 
  1143.  
  1144.  
  1145.  SLEEP <seconds> was added to allow users to put NET/Mac to sleep for some time.
  1146.  Sometimes this seems to be necessary after sending a command (like RESET) to a
  1147.  TNC. During the sleep period, which may last between 1 and 60 seconds, NET/Mac
  1148.  will not service any ports.
  1149.  
  1150.  
  1151.  NETMACICONS [ON|OFF] allows you to control the type of Icon that the NET/Mac
  1152.  configurationfiles will have. When switched to ON, files like 'ftpusers',
  1153.  'alias', 'hosts.net' and 'autoexec.net' will eventually get a NET/Mac-like Icon.
  1154.  Some users did not like this because they would like to see TeachText or some
  1155.  other file-editor launched (instead of NET/Mac) whenever they double-click on
  1156.  the very file. When you decide to change the creator of the file to the NET/Mac
  1157.  application, the filetype will still remain TEXT, so that any editor will be
  1158.  able to edit the file. I myself changed the Icons to NET/Mac-like Icons, because
  1159.  I feel these files are really NET/Mac configuration files, and therefore should
  1160.  look like NET/Mac-documents. The default for NETMACICONS is ON.
  1161.  
  1162.  
  1163.  System 7.1 has a bug in AddResMenu() that messes up the HELP-window. NET/Mac
  1164.  now has it's own MyAddResMenu() to fix that. NET/Mac will check if it is running
  1165.  under 7.1 and if so it uses it's own routines, otherwise the system's AddResMenu
  1166.  will be used.
  1167.  
  1168.  
  1169.  Under the 'Settings' menu a new item '...View Statistics' was installed.
  1170.  This allows you to display a window, in which the realtime statistics are shown.
  1171.  For some reason I don't understand yet, background tasks will slow down a lot
  1172.  when this window is up, and therefore it 'self-destructs' in 15 seconds. I am
  1173.  still looking for the cause of this and will try to solve the problem as soon as
  1174.  possible.
  1175.  
  1176.  
  1177.  APPLESHARE [<HOSTNAME> <PATH_TO_MQUEUE_FOLDER>] was implemented in version 2.3.10.
  1178.  I wrote this command because I got sick of having to deal with badly performing
  1179.  AppleTalk TCP/IP links. The bad links are caused by some 'DUP MBUF' problem,
  1180.  which happens to occur much more on AppleTalk than on TNC-links. I think the
  1181.  problem rises when an ACK for a frame was received before the frame itself has
  1182.  been deleted from the outbound-frame-queue. Of course the chances, that this will
  1183.  happen on AppleTalk are relatively large because of it's high speed. On my network
  1184.  it happens most of the time when one of my Mac 512Ke's transfers SMTP-files to
  1185.  the IIx or SE/30. The IIx and SE/30 seem to ACK so quick, that the 512 doesn't
  1186.  have enough time to remove the transmitted frame from the queue. The new command
  1187.  allows the 512 to directly put the file to be transmitted into the MQUEUE folder
  1188.  of the IIx using AppleShare instead of the TCP/IP link. Sending out a 585K file
  1189.  took 7 minutes over TCP/IP, while the transmission lasted only 2.5 minutes over
  1190.  AppleShare. Bad links sometimes perform so bad, that I cannot get more than about
  1191.  5K sent in ONE HOUR! For the time being, you can define only 1 AppleShare host.
  1192.  In my case this did not appear to be a problem, because usually one Mac only
  1193.  forwards mail to one of the others. This happens to be the case since in Holland
  1194.  we are used to do hop-to-hop forwarding, and when mail comes in on one of the Macs
  1195.  it will be forwarded to the 'next in line' and to the next etc. So only the 'next
  1196.  in line' Mac has to be defined as AppleShare host. If for some reason the Apple-
  1197.  Share volume appears to be not-online, then NET/Mac will use TCP/IP-forwarding
  1198.  automatically.
  1199.  
  1200.    |                                      Suppose mail comes in at pa2aga for
  1201.    |                                      pa3ecp@pa2aga. The aliasfile of pa2aga
  1202.  A |                                      will reroute that to pa3ecp@pi8mac.
  1203.  p |--- pa2aga on 433.025 MHz. -- TNC     pa2aga has 1 AppleShare node: pi8mac,
  1204.  p |                                      so the mailfile will (if possible) be
  1205.  l | alias: pa3ecp  pa3ecp@pi8mac         forwarded over an AppleShare link.
  1206.  e |
  1207.  T |                                      pi8mac discovers the mail in it's own
  1208.  a |--- pi8mac on 430.675 MHz. -- TNC     mqueue-folder, while it is still
  1209.  l |                                      addressed to: pa3ecp@pi8mac, and will
  1210.  k | alias: pa3ecp  pa3ecp@pa2aga-2       send it over the loopback-link to
  1211.    |                                      itself. Then it will get aliassed to
  1212.  c |                                      pa3ecp@pa2aga-2, while pa2aga-2 is it's
  1213.  a |--- pa2aga-2 on 1259.675 MHz. -- TNC  known AppleShare node. Therefore, again
  1214.  b |                                      it will be sent over via AppleShare.
  1215.  l | alias: pa3ecp  pa3ecp@pa3ecp
  1216.  e |                                      Finally pa2aga-2 encounters mail for
  1217.    |                                      pa3ecp@pa2aga-2, and will send it to
  1218.                                           itself. The mail will then be rerouted
  1219.                                           to pa3ecp@pa3ecp and will finally be
  1220.                                           delivered over the TNC-link. pa2aga-2
  1221.                                           knows 1 AppleShare node: pa2aga
  1222.                                           
  1223.  example of the APPLESHARE command as it is in the autoexec.net of pa2aga:
  1224.  
  1225.  appleshare pi8mac "HD of PI8MAC:TCP/IP:spool:mqueue"
  1226.  
  1227.  Note: AppleShare mail-delivery will take place ONLY if the file gets QUEUED by
  1228.  NET/Mac (like in hop-to-hop forwarding). If you just typed a mail yourself, then
  1229.  IM/Mac will queue it. Therefore the first hop will go over a TCP/IP link while all
  1230.  next (AppleTalk-)hops may be using this AppleShare feature. I may decide to enhance
  1231.  this, but will not do so until the system has proven to REALLY be an enhancement.
  1232.  So far my AppleTalk TCP/IP links have been running well with this mod, and I'll
  1233.  keep my fingers crossed!
  1234.  We've tested this feature on standard AppleShare-volumes as well as TOPS-volumes.
  1235.  
  1236.  
  1237.  NET/Mac 2.3.14 contains new AppleTalk drivers. So far these seem to be much more
  1238.  reliable than the old drivers.
  1239.  
  1240.  I just want you to know that:
  1241.  1) You cannot mix NET/Mac 2.3.14 and pre-2.3.14 versions on 1 AppleTalk trunk,
  1242.     because they will not be able to communicate with eachother
  1243.  2) When one Mac on the AppleTalk link tries to send to another, while the other
  1244.     one isn't running NET/Mac yet, the first one seems to freeze for maybe half
  1245.     a minute or so, but don't panic... it will continue to run without problems
  1246.  3) The new NET/Mac may be used to connect to an ethernet-LAN over a Shiva
  1247.     FastPath or Cayman GatorBox. If no such gateway is discovered on the Apple-
  1248.     Talk LAN, NET/Mac will report 'No AppleTalk Gateway was found' when processing
  1249.     the 'attach' command for the AppleTalk port
  1250.  
  1251.  NET/Mac 2.3.15 contains upgraded new AppleTalk drivers. Again you cannot mix 2.3.15
  1252.  with earlier versions. Furthermore the last number in the attach-statement for the
  1253.  AppleTalk interface cannot be larger than 586, so 600 is invalid for NET/Mac 2.3.15.
  1254.  
  1255.  Dewayne WA8DZP, who sent me these fixes, wrote about hem:
  1256.  'When you do a trace for an AT interface now, the AT addresses are displayed in the'
  1257.  'standard net:node:socket convention for both source and destination.  The maximum '
  1258.  'packet size in the "attach at0" command should now be 586. This code will find any'
  1259.  'host running NET/Mac who is in the same AT zone. This should be a BIG improvement '
  1260.  'over the old LAP code that could only work over one network.                        '
  1261.  
  1262.  NET/Mac also supports point-to-point SLFP, as used by the Merit Network and MIT.
  1263.  Check the HELP-info for the 'attach' command to see how to select SLFP.
  1264.  
  1265.  
  1266.  When you have just started up an FTP-session and you have typed: USER <username>
  1267.  you can now type your password without showing the password on the screen.
  1268.  To do this DON'T type: PASS <password>, but simply type: PASS and the system will
  1269.  ask you to type a password. The password will not be visible on the screen. If 
  1270.  you decide to use the old form (PASS <password>) the password WILL be visible!
  1271.  
  1272.  
  1273.  SESSCREEN [<screenwidth>] [<number_of_lines>] allows you to define the width and
  1274.  length of windows that will be opened for ftp-, telnet-, ax.25-, net/rom- and
  1275.  finger-sessions. The maximum size depends on the size of the screen. I figured out,
  1276.  that 90 by 25 is nice on my PowerBook 100, while the screen can be 101 characters
  1277.  wide by 29 lines long.
  1278.  
  1279.  
  1280.  The drivers for accessing the callsign-database have been changed so that NET/Mac
  1281.  will use the format of (and read) the new HamCall CD-ROM. Old callbook databases,
  1282.  that could be used by pre 2.3.15 versions of NET/Mac cannot be used any longer.
  1283.  
  1284.  HamCall CD-ROM:
  1285.  500,000 hams plus 1,000s of public domain amateur radio programs and data.
  1286.  NOW with international callsigns!!
  1287.  CD-ROM  $50
  1288.  Shipping $5
  1289.  
  1290.  Buckmaster Publishing
  1291.  Route 4, Box 1630
  1292.  Mineral, VA 23117
  1293.  (703)894-5777
  1294.  (800)282-5628
  1295.  
  1296.  After buying the october 1992 Buckmaster CD I discovered, that the databases are
  1297.  in an invisible folder. You can attach the U.S.A.-database using a command like:
  1298.  
  1299.  callbk HCALL_10_92:HAM0:HAMCALL.129;1 :spool:logs:callbook_log
  1300.                ^       ^               ^^^^^^^^^^^^^^^^^^^^^^^^
  1301.              these are zero's              just an example
  1302.  
  1303.  The international callbook file is encoded. To use it from NET/Mac you must use:
  1304.  
  1305.  callbk HCALL_10_92:HAM0:HAMCALL.ALL;1 :spool:logs:callbook_log encoded
  1306.  
  1307.  
  1308.  CALLBOOKSERVER <HOSTNAME> defines the callbook-server in your area. It is set to your
  1309.  own hostname by default. The 'inquire' command will retrieve the callbook-database
  1310.  at the station, which is defined by the 'callbookserver' command.
  1311.  
  1312.  
  1313.  INQUIRE <CALLSIGN> allows you to retrieve the callbook-database of a predefined
  1314.  callbook-server. The output is exactly the same as delivered to an ax.25- or
  1315.  NET/ROM-user, who sends an I)nquire <callsign> command to the mbox, or a TCP/IP-
  1316.  user who sends a 'finger %<user>@<callbookserver>'.
  1317.  
  1318.  
  1319.  CTEXT1 [<MESSAGE LINE 1>] and CTEXT2 [<MESSAGE LINE 2>] allow you to send out a
  1320.  2-line welcome message to the station that opens a TELNET-session to this host.
  1321.  If a message is idle, no data will be sent out. Setting or clearing out a message
  1322.  can be done as follows:   ctext1 "Welcome to TELNET at PA2AGA"
  1323.                            ctext2 "It's past midnight.. everybody is asleep here"
  1324.                      or:   ctext2 ""
  1325.  
  1326.  
  1327.  FTEXT1 [<MESSAGE LINE 1>] and FTEXT2 [<MESSAGE LINE 2>] do the same as the CTEXT
  1328.  commands, except that these 2 commands will define welcome messages that will be
  1329.  displayed when a new FTP-session gets opened.
  1330.  
  1331.  
  1332.  DONTALIAS <USER> [<USER> ...] enables recording of (so far) unknown aliases in a
  1333.  DynamicAliases file, while these aliases will then be used to reroute mail.
  1334.  It works like this:
  1335.  
  1336.  Suppose K1FRM knows he can send mail to K1TO via K1VIA, while the mail-path to
  1337.  K1FRM is so far unknown at both K1TO as well as K1VIA.
  1338.  K1FRM would then send his mail to: k1to%k1to@k1via
  1339.  (if K1TO is in the aliasfile of K1VIA he could also send it to: k1to@k1via)
  1340.  
  1341.  Now NET/Mac at K1VIA sees this mail coming in and if K1FRM is not defined in the
  1342.  'dontalias' command (and why should it be?), it will record K1FRM in it's
  1343.  DynamicAliases file. The same thing happens at K1TO.
  1344.  This means that starting now anybody can send mail to K1FRM by simply mailing it
  1345.  to: K1FRM@K1VIA or to: K1FRM@K1TO
  1346.  
  1347.  It is necessary to define your own <USER> in the dontalias command, just to make
  1348.  sure that mail sent out by yourself, but rerouted by someone else and going
  1349.  through your own NET/Mac again will not be looked at. Otherwise an alias for your
  1350.  own <USER> would get written to the DynamicAliases file, meaning that starting
  1351.  now mail to yourself would get rerouted to yourself, and rerouted again, and
  1352.  again and again.........
  1353.  
  1354.  NET/Mac will not record aliases for those <USERS>s, that are already defined in
  1355.  the real 'alias' file.
  1356.  
  1357.  
  1358.  SMTP VM was implemented in version 2.3.26. Scott Petrack <petrack@vnet.IBM.COM>
  1359.  reported a problem when NET/Mac was mailing to an IBM VM mainframe. The mainframe
  1360.  could not handle the way NET/Mac was doing it's SMTP session. When you need to
  1361.  SMTP to such a machine, make sure you use the 'smtp vm' command before you start
  1362.  sending out the first mail. You cannot UNDO this command, but it should work fine
  1363.  for all other implementations of SMTP, except that they may perform just a little
  1364.  slower.
  1365.  
  1366.  
  1367.  If for some reason you are using any version of SoftKISS older than version 1.8
  1368.  I suggest you add the command SOFTKISS to your autoexec.net file. This command
  1369.  enables some fixes in NET/Mac to take care of a few bugs in SoftKISS, that were
  1370.  solved in version 1.8.
  1371.  
  1372.  
  1373.  NET/Mac 2.3.29 supports the Hurdler HDS 2-port and HQS 4-port serialcards as well
  1374.  as the QuadraLink and QuadraLink DMA cards. This means that starting now you can
  1375.  connect up to 6 TNC's to 1 Macintosh using 1 card or up to 10 TNC's when using 2
  1376.  cards, etc. Check the modified online-HELP info for both the 'attach'-command and
  1377.  'quadralink'-command.
  1378.  
  1379.  
  1380.  IGNOREBADHEADERS [ON|OFF] was implemented after I installed the QuadraLink 4 ports
  1381.  serial card, which was given to me by Tom N4ZPT (thanks again Tom!). When using
  1382.  this card NET/Mac sometimes (in my case once or twice an hour) cannot service the
  1383.  card quick enough. Usually this happens when it is busy writing a mailfile to disk.
  1384.  The result is that the first couple of characters in a packetheader may come in in
  1385.  a bad shape, which of course makes the complete packet unusable. The headers found
  1386.  in these packets used to be interpreted and the funny callsigns, that were the
  1387.  result, used to be stored in lists like 'ax heard' and 'netrom route'. When you
  1388.  set 'ignorebadheaders' to on, these faulty packets will be moved to the trash right
  1389.  away. If you want to see when NET/Mac ignores a bad packet (and why), simply use
  1390.  the 'ignorebadheaders on' command twice.
  1391.  
  1392.  
  1393.  In NET/Mac 2.3.32 I somewhat changed the 'tzone' command. A new variant of this
  1394.  command allows you to set the timezone-name, while the offset is taken from the
  1395.  'Map' control-panel. For more info see the HELP-info inside NET/Mac.
  1396.  
  1397.  
  1398.  SMTP MULTI [ON|OFF] allows you to specify if a given host is allowed to open more
  1399.  than just 1 smtp-session to your station. Usually NET and NOS will only open ONE
  1400.  session at a time. This means that when a second session gets opened, the first
  1401.  one will get reset. Of course this can result in serious problems if a mailer near
  1402.  you decides to use more than one SMTP-session to deliver it's mail. The default
  1403.  mode is (and has been for long...) OFF.
  1404.                      
  1405.                      
  1406.  PERFORM [CLEAR]|[<COMMAND> <HH:MM>|+<DELAY> [ONCE [<DAYOFWEEK>]]|[PERMANENT]]
  1407.  allows you to define commands, that will be executed at a given time. See HELP
  1408.  for examples and some more info.
  1409.  
  1410. */
  1411.